﻿2026-06-23T09:36:49.6602709Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-23T09:36:49.6603058Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-23T09:36:49.6603294Z [36;1m$PIN = "0c95435"[0m
2026-06-23T09:36:49.6604069Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-23T09:36:49.6604372Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-23T09:36:49.6604719Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-23T09:36:49.6605103Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-23T09:36:49.6605408Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-23T09:36:49.6605723Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-23T09:36:49.6605990Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-23T09:36:49.6606313Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-23T09:36:49.6606608Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-23T09:36:49.6606902Z [36;1m}[0m
2026-06-23T09:36:49.6607073Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-23T09:36:49.6607329Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-23T09:36:49.6678916Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-23T09:36:49.6679213Z ##[endgroup]
2026-06-23T09:36:50.5199132Z    Compiling proc-macro2 v1.0.106
2026-06-23T09:36:50.5199464Z    Compiling unicode-ident v1.0.24
2026-06-23T09:36:50.5199985Z    Compiling quote v1.0.45
2026-06-23T09:36:50.5200251Z    Compiling cfg-if v1.0.4
2026-06-23T09:36:50.5200546Z    Compiling serde_core v1.0.228
2026-06-23T09:36:50.5201331Z    Compiling serde v1.0.228
2026-06-23T09:36:50.5201687Z    Compiling windows-link v0.2.1
2026-06-23T09:36:50.5202146Z    Compiling typenum v1.20.1
2026-06-23T09:36:50.5202501Z    Compiling portable-atomic v1.13.1
2026-06-23T09:36:50.5202867Z    Compiling getrandom v0.3.4
2026-06-23T09:36:50.5203227Z    Compiling pin-project-lite v0.2.17
2026-06-23T09:36:50.5203598Z    Compiling version_check v0.9.5
2026-06-23T09:36:50.5203893Z    Compiling critical-section v1.2.0
2026-06-23T09:36:50.5204190Z    Compiling memchr v2.8.1
2026-06-23T09:36:50.5204507Z    Compiling find-msvc-tools v0.1.9
2026-06-23T09:36:50.5205008Z    Compiling shlex v2.0.1
2026-06-23T09:36:50.5796234Z    Compiling windows-sys v0.61.2
2026-06-23T09:36:50.6103834Z    Compiling subtle v2.6.1
2026-06-23T09:36:50.6396283Z    Compiling smallvec v1.15.1
2026-06-23T09:36:50.6483558Z    Compiling equivalent v1.0.2
2026-06-23T09:36:50.6665928Z    Compiling futures-core v0.3.32
2026-06-23T09:36:50.7438990Z    Compiling itoa v1.0.18
2026-06-23T09:36:50.7688625Z    Compiling bytes v1.11.1
2026-06-23T09:36:50.8256301Z    Compiling semver v1.0.28
2026-06-23T09:36:50.8492669Z    Compiling stable_deref_trait v1.2.1
2026-06-23T09:36:50.8961320Z    Compiling log v0.4.32
2026-06-23T09:36:50.9402083Z    Compiling futures-sink v0.3.32
2026-06-23T09:36:50.9485509Z    Compiling generic-array v0.14.7
2026-06-23T09:36:50.9533144Z    Compiling slab v0.4.12
2026-06-23T09:36:50.9796761Z    Compiling futures-io v0.3.32
2026-06-23T09:36:51.0837266Z    Compiling rustc_version v0.4.1
2026-06-23T09:36:51.1248992Z    Compiling rustversion v1.0.22
2026-06-23T09:36:51.2062148Z    Compiling futures-channel v0.3.32
2026-06-23T09:36:51.2189783Z    Compiling hashbrown v0.17.1
2026-06-23T09:36:51.2950512Z    Compiling futures-task v0.3.32
2026-06-23T09:36:51.3570385Z    Compiling jobserver v0.1.34
2026-06-23T09:36:51.3901893Z    Compiling getrandom v0.2.17
2026-06-23T09:36:51.4229792Z    Compiling cpufeatures v0.2.17
2026-06-23T09:36:51.4852526Z    Compiling fnv v1.0.7
2026-06-23T09:36:51.5204977Z    Compiling cc v1.2.63
2026-06-23T09:36:51.5347531Z    Compiling libc v0.2.186
2026-06-23T09:36:51.5414140Z    Compiling rand_core v0.10.1
2026-06-23T09:36:51.5414638Z    Compiling strsim v0.11.1
2026-06-23T09:36:51.5417794Z    Compiling cfg_aliases v0.2.1
2026-06-23T09:36:51.5441042Z    Compiling autocfg v1.5.1
2026-06-23T09:36:51.5764535Z    Compiling litemap v0.8.2
2026-06-23T09:36:51.6346781Z    Compiling writeable v0.6.3
2026-06-23T09:36:51.6418820Z    Compiling icu_properties_data v2.2.0
2026-06-23T09:36:51.7143824Z    Compiling ident_case v1.0.1
2026-06-23T09:36:51.7151217Z    Compiling dunce v1.0.5
2026-06-23T09:36:51.7922565Z    Compiling icu_normalizer_data v2.2.0
2026-06-23T09:36:51.8492797Z    Compiling indexmap v2.14.0
2026-06-23T09:36:51.9076910Z    Compiling utf8_iter v1.0.4
2026-06-23T09:36:51.9295428Z    Compiling getrandom v0.4.2
2026-06-23T09:36:51.9295921Z    Compiling fs_extra v1.3.0
2026-06-23T09:36:51.9904109Z    Compiling syn v2.0.117
2026-06-23T09:36:52.1217473Z    Compiling percent-encoding v2.3.2
2026-06-23T09:36:52.1406006Z    Compiling http v1.4.1
2026-06-23T09:36:52.1517373Z    Compiling thiserror v2.0.18
2026-06-23T09:36:52.2122439Z    Compiling cpufeatures v0.3.0
2026-06-23T09:36:52.2377336Z    Compiling unicode-segmentation v1.13.3
2026-06-23T09:36:52.3283902Z    Compiling crypto-common v0.1.7
2026-06-23T09:36:52.3400633Z    Compiling aws-lc-rs v1.17.0
2026-06-23T09:36:52.3453325Z    Compiling scopeguard v1.2.0
2026-06-23T09:36:52.3822427Z    Compiling chacha20 v0.10.0
2026-06-23T09:36:52.3869129Z    Compiling form_urlencoded v1.2.2
2026-06-23T09:36:52.4176654Z    Compiling cmake v0.1.58
2026-06-23T09:36:52.4550184Z    Compiling lock_api v0.4.14
2026-06-23T09:36:52.4695898Z    Compiling block-buffer v0.10.4
2026-06-23T09:36:52.5922761Z    Compiling untrusted v0.9.0
2026-06-23T09:36:52.6151541Z    Compiling winapi v0.3.9
2026-06-23T09:36:52.6854054Z    Compiling bitflags v2.12.1
2026-06-23T09:36:52.6991480Z    Compiling rand v0.10.1
2026-06-23T09:36:52.7059402Z    Compiling digest v0.10.7
2026-06-23T09:36:52.7251622Z    Compiling num-traits v0.2.19
2026-06-23T09:36:52.7345334Z    Compiling windows-strings v0.5.1
2026-06-23T09:36:52.7376858Z    Compiling windows-result v0.4.1
2026-06-23T09:36:52.7603960Z    Compiling rustls v0.23.40
2026-06-23T09:36:52.7696903Z    Compiling heck v0.5.0
2026-06-23T09:36:52.9347127Z    Compiling convert_case v0.10.0
2026-06-23T09:36:52.9597660Z    Compiling atomic-waker v1.1.2
2026-06-23T09:36:52.9704446Z    Compiling unicode-xid v0.2.6
2026-06-23T09:36:52.9786251Z    Compiling anyhow v1.0.102
2026-06-23T09:36:53.0908125Z    Compiling const-oid v0.10.2
2026-06-23T09:36:53.1001664Z    Compiling zerocopy v0.8.50
2026-06-23T09:36:53.1155008Z    Compiling parking_lot_core v0.9.12
2026-06-23T09:36:53.1315342Z    Compiling httparse v1.10.1
2026-06-23T09:36:53.1752246Z    Compiling http-body v1.0.1
2026-06-23T09:36:53.2507015Z    Compiling hybrid-array v0.4.12
2026-06-23T09:36:53.3160511Z    Compiling curve25519-dalek v4.1.3
2026-06-23T09:36:53.3494107Z    Compiling ahash v0.8.12
2026-06-23T09:36:53.3656296Z    Compiling fastrand v2.4.1
2026-06-23T09:36:53.6170670Z    Compiling powerfmt v0.2.0
2026-06-23T09:36:53.6299438Z    Compiling base64ct v1.8.3
2026-06-23T09:36:53.6503263Z    Compiling either v1.16.0
2026-06-23T09:36:53.6702602Z    Compiling aws-lc-sys v0.41.0
2026-06-23T09:36:53.6870576Z    Compiling ring v0.17.14
2026-06-23T09:36:53.8336669Z    Compiling deranged v0.5.8
2026-06-23T09:36:53.8633184Z    Compiling pem-rfc7468 v1.0.0
2026-06-23T09:36:53.8765847Z    Compiling rand_core v0.6.4
2026-06-23T09:36:53.9257500Z    Compiling num-conv v0.2.2
2026-06-23T09:36:53.9598297Z    Compiling vcpkg v0.2.15
2026-06-23T09:36:54.0336339Z    Compiling tinyvec_macros v0.1.1
2026-06-23T09:36:54.1614317Z    Compiling base64 v0.22.1
2026-06-23T09:36:54.1831301Z    Compiling try-lock v0.2.5
2026-06-23T09:36:54.2398822Z    Compiling tower-service v0.3.3
2026-06-23T09:36:54.2461530Z    Compiling time-core v0.1.8
2026-06-23T09:36:54.3140304Z    Compiling pkg-config v0.3.33
2026-06-23T09:36:54.3319073Z    Compiling data-encoding v2.11.0
2026-06-23T09:36:54.3703469Z    Compiling zmij v1.0.21
2026-06-23T09:36:54.3910652Z    Compiling want v0.3.1
2026-06-23T09:36:54.4040413Z    Compiling parking_lot v0.12.5
2026-06-23T09:36:54.4747854Z    Compiling tinyvec v1.11.0
2026-06-23T09:36:54.5152110Z    Compiling block-buffer v0.12.0
2026-06-23T09:36:54.6163745Z    Compiling crypto-common v0.2.2
2026-06-23T09:36:54.6446765Z    Compiling sha2 v0.10.9
2026-06-23T09:36:54.8210565Z    Compiling vergen-lib v9.1.0
2026-06-23T09:36:54.9111393Z    Compiling inout v0.1.4
2026-06-23T09:36:54.9259235Z    Compiling n0-future v0.3.2
2026-06-23T09:36:55.0149858Z    Compiling diatomic-waker v0.2.3
2026-06-23T09:36:55.0457991Z    Compiling libsqlite3-sys v0.30.1
2026-06-23T09:36:55.0522200Z    Compiling spin v0.10.0
2026-06-23T09:36:55.1043925Z    Compiling parking v2.2.1
2026-06-23T09:36:55.1546119Z    Compiling cordyceps v0.3.4
2026-06-23T09:36:55.1788978Z    Compiling crossbeam-utils v0.8.21
2026-06-23T09:36:55.1933747Z    Compiling signature v2.2.0
2026-06-23T09:36:55.2766311Z    Compiling serde_json v1.0.150
2026-06-23T09:36:55.3210440Z    Compiling httpdate v1.0.3
2026-06-23T09:36:55.3210940Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-23T09:36:55.3462787Z    Compiling winnow v1.0.3
2026-06-23T09:36:55.4779398Z    Compiling futures-buffered v0.2.13
2026-06-23T09:36:55.5347758Z    Compiling digest v0.11.3
2026-06-23T09:36:55.6133776Z    Compiling ed25519 v2.2.3
2026-06-23T09:36:55.6353223Z    Compiling futures-lite v2.6.1
2026-06-23T09:36:55.6938729Z    Compiling cipher v0.4.4
2026-06-23T09:36:55.7587441Z    Compiling vergen-lib v0.1.6
2026-06-23T09:36:55.8011950Z    Compiling vergen v9.1.0
2026-06-23T09:36:55.8453350Z    Compiling synstructure v0.13.2
2026-06-23T09:36:55.8493990Z    Compiling darling_core v0.20.11
2026-06-23T09:36:55.9251657Z    Compiling universal-hash v0.5.1
2026-06-23T09:36:56.0719148Z    Compiling noq-udp v0.10.0
2026-06-23T09:36:56.0812695Z    Compiling heapless v0.7.17
2026-06-23T09:36:56.1331410Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-23T09:36:56.1331898Z    Compiling sync_wrapper v1.0.2
2026-06-23T09:36:56.2031404Z    Compiling allocator-api2 v0.2.21
2026-06-23T09:36:56.2077878Z    Compiling byteorder v1.5.0
2026-06-23T09:36:56.2510192Z    Compiling opaque-debug v0.3.1
2026-06-23T09:36:56.3230201Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-23T09:36:56.4499505Z    Compiling hash32 v0.2.1
2026-06-23T09:36:56.5244161Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-23T09:36:56.6209623Z    Compiling polyval v0.6.2
2026-06-23T09:36:56.7290360Z    Compiling vergen-gitcl v1.0.8
2026-06-23T09:36:56.7448088Z    Compiling spin v0.9.8
2026-06-23T09:36:56.7483975Z    Compiling windows-threading v0.2.1
2026-06-23T09:36:56.7722669Z    Compiling signature v3.0.0
2026-06-23T09:36:56.8733834Z    Compiling fallible-iterator v0.3.0
2026-06-23T09:36:56.9298266Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-23T09:36:56.9519012Z    Compiling ryu v1.0.23
2026-06-23T09:36:57.0065586Z    Compiling tower-layer v0.3.3
2026-06-23T09:36:57.0499197Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-23T09:36:57.1533827Z    Compiling windows-targets v0.52.6
2026-06-23T09:36:57.1882795Z    Compiling ghash v0.5.1
2026-06-23T09:36:57.1889951Z    Compiling ctr v0.9.2
2026-06-23T09:36:57.2537501Z    Compiling aes v0.8.4
2026-06-23T09:36:57.2674702Z    Compiling sha2 v0.11.0-rc.5
2026-06-23T09:36:57.3235318Z    Compiling fs2 v0.4.3
2026-06-23T09:36:57.3839178Z    Compiling time v0.3.47
2026-06-23T09:36:57.3927034Z    Compiling http-body-util v0.1.3
2026-06-23T09:36:57.4417964Z    Compiling aead v0.5.2
2026-06-23T09:36:57.5611913Z    Compiling widestring v1.2.1
2026-06-23T09:36:57.5983970Z    Compiling ipconfig v0.3.4
2026-06-23T09:36:57.7110393Z    Compiling proc-macro-crate v3.5.0
2026-06-23T09:36:57.8250341Z    Compiling aes-gcm v0.10.3
2026-06-23T09:36:57.9506928Z    Compiling windows-sys v0.59.0
2026-06-23T09:36:57.9855989Z    Compiling crossbeam-epoch v0.9.18
2026-06-23T09:36:58.0547880Z    Compiling crossbeam-channel v0.5.15
2026-06-23T09:36:58.1643792Z    Compiling blake3 v1.8.5
2026-06-23T09:36:58.3555402Z    Compiling windows-registry v0.6.1
2026-06-23T09:36:58.3676438Z    Compiling uuid v1.23.2
2026-06-23T09:36:58.3784946Z    Compiling memoffset v0.6.5
2026-06-23T09:36:58.4007466Z    Compiling socket2 v0.6.4
2026-06-23T09:36:58.4104000Z    Compiling mio v1.2.1
2026-06-23T09:36:58.4189638Z    Compiling serde_derive v1.0.228
2026-06-23T09:36:58.5820421Z    Compiling zeroize_derive v1.4.3
2026-06-23T09:36:58.6553150Z    Compiling zerofrom-derive v0.1.7
2026-06-23T09:36:58.6652588Z    Compiling tokio-macros v2.7.0
2026-06-23T09:36:58.7257824Z    Compiling yoke-derive v0.8.2
2026-06-23T09:36:58.7676505Z    Compiling futures-macro v0.3.32
2026-06-23T09:36:58.8936349Z    Compiling zerovec-derive v0.11.3
2026-06-23T09:36:59.0530272Z    Compiling displaydoc v0.2.6
2026-06-23T09:36:59.0647134Z    Compiling tracing-attributes v0.1.31
2026-06-23T09:36:59.0752299Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-23T09:36:59.2728211Z    Compiling zeroize v1.8.2
2026-06-23T09:36:59.4582867Z    Compiling tokio v1.52.3
2026-06-23T09:36:59.5230736Z    Compiling thiserror-impl v2.0.18
2026-06-23T09:36:59.6345901Z    Compiling rustls-pki-types v1.14.1
2026-06-23T09:36:59.6560409Z    Compiling darling_macro v0.20.11
2026-06-23T09:36:59.7877675Z    Compiling futures-util v0.3.32
2026-06-23T09:36:59.8519112Z    Compiling derive_more-impl v2.1.1
2026-06-23T09:37:00.0559633Z    Compiling windows-implement v0.60.2
2026-06-23T09:37:00.2744796Z    Compiling darling v0.20.11
2026-06-23T09:37:00.2851733Z    Compiling windows-interface v0.59.3
2026-06-23T09:37:00.3080976Z    Compiling spez v0.1.2
2026-06-23T09:37:00.3389121Z    Compiling n0-error-macros v0.1.3
2026-06-23T09:37:00.4396690Z    Compiling zerofrom v0.1.8
2026-06-23T09:37:00.6055266Z    Compiling derive_builder_core v0.20.2
2026-06-23T09:37:00.6452174Z    Compiling der v0.8.0-rc.10
2026-06-23T09:37:00.7857239Z    Compiling yoke v0.8.3
2026-06-23T09:37:00.8101235Z    Compiling pin-project-internal v1.1.13
2026-06-23T09:37:00.8357548Z    Compiling postcard-derive v0.2.2
2026-06-23T09:37:00.9463362Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-23T09:37:01.1411314Z    Compiling zerovec v0.11.6
2026-06-23T09:37:01.1743295Z    Compiling zerotrie v0.2.4
2026-06-23T09:37:01.4502097Z    Compiling n0-error v0.1.3
2026-06-23T09:37:01.5086991Z    Compiling windows-core v0.62.2
2026-06-23T09:37:01.5204228Z    Compiling cobs v0.3.0
2026-06-23T09:37:01.5228838Z    Compiling data-encoding-macro v0.1.20
2026-06-23T09:37:01.5552078Z    Compiling ed25519-dalek v2.2.0
2026-06-23T09:37:01.6942445Z    Compiling enum-assoc v1.3.0
2026-06-23T09:37:01.7091354Z    Compiling iroh-metrics-derive v0.4.1
2026-06-23T09:37:01.7602940Z    Compiling tinystr v0.8.3
2026-06-23T09:37:01.8432977Z    Compiling potential_utf v0.1.5
2026-06-23T09:37:01.8907794Z    Compiling derive_builder_macro v0.20.2
2026-06-23T09:37:01.9136418Z    Compiling icu_locale_core v2.2.0
2026-06-23T09:37:01.9702902Z    Compiling icu_collections v2.2.0
2026-06-23T09:37:02.0913896Z    Compiling spki v0.8.0-rc.4
2026-06-23T09:37:02.1563345Z    Compiling windows-collections v0.3.2
2026-06-23T09:37:02.2089695Z    Compiling pin-project v1.1.13
2026-06-23T09:37:02.2789297Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-23T09:37:02.2971455Z    Compiling derive_builder v0.20.2
2026-06-23T09:37:02.3882773Z    Compiling windows-numerics v0.3.1
2026-06-23T09:37:02.4148552Z    Compiling windows-future v0.3.2
2026-06-23T09:37:02.4471519Z    Compiling spt-proto v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-23T09:37:02.5836245Z    Compiling strum_macros v0.28.0
2026-06-23T09:37:02.6154509Z    Compiling async-trait v0.1.89
2026-06-23T09:37:02.6228296Z    Compiling num_enum_derive v0.7.6
2026-06-23T09:37:02.7019357Z    Compiling noq v0.18.0
2026-06-23T09:37:02.7335424Z    Compiling netwatch v0.16.0
2026-06-23T09:37:02.7752135Z    Compiling futures-executor v0.3.32
2026-06-23T09:37:02.9957390Z    Compiling icu_provider v2.2.0
2026-06-23T09:37:03.0145457Z    Compiling futures v0.3.32
2026-06-23T09:37:03.1069747Z    Compiling ipnet v2.12.0
2026-06-23T09:37:03.2276348Z    Compiling ed25519 v3.0.0-rc.4
2026-06-23T09:37:03.2810066Z    Compiling chrono v0.4.45
2026-06-23T09:37:03.3701140Z    Compiling icu_normalizer v2.2.0
2026-06-23T09:37:03.4926968Z    Compiling icu_properties v2.2.0
2026-06-23T09:37:03.6579156Z    Compiling once_cell v1.21.4
2026-06-23T09:37:03.7899911Z    Compiling tokio-util v0.7.18
2026-06-23T09:37:03.8183367Z    Compiling prefix-trie v0.8.4
2026-06-23T09:37:03.8260500Z    Compiling tracing-core v0.1.36
2026-06-23T09:37:03.9082140Z    Compiling tower v0.5.3
2026-06-23T09:37:03.9142211Z    Compiling postcard v1.1.3
2026-06-23T09:37:04.1198806Z    Compiling hashbrown v0.14.5
2026-06-23T09:37:04.3258638Z    Compiling tracing v0.1.44
2026-06-23T09:37:04.4068886Z    Compiling derive_more v2.1.1
2026-06-23T09:37:04.5068231Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-23T09:37:04.5237683Z    Compiling windows v0.62.2
2026-06-23T09:37:04.6709476Z    Compiling acto v0.8.2
2026-06-23T09:37:04.7158524Z    Compiling idna_adapter v1.2.2
2026-06-23T09:37:04.7984654Z    Compiling h2 v0.4.14
2026-06-23T09:37:04.8250414Z    Compiling hashlink v0.9.1
2026-06-23T09:37:04.8250941Z    Compiling idna v1.1.0
2026-06-23T09:37:04.9196307Z    Compiling rustc-hash v2.1.2
2026-06-23T09:37:05.0427156Z    Compiling xml-rs v0.8.28
2026-06-23T09:37:05.0466134Z    Compiling ref-cast v1.0.25
2026-06-23T09:37:05.0715530Z    Compiling sorted-index-buffer v0.2.1
2026-06-23T09:37:05.0932243Z    Compiling identity-hash v0.1.0
2026-06-23T09:37:05.1077735Z    Compiling lru-slab v0.1.2
2026-06-23T09:37:05.1496700Z    Compiling rusqlite v0.32.1
2026-06-23T09:37:05.2173873Z    Compiling url v2.5.8
2026-06-23T09:37:05.2603866Z    Compiling tagptr v0.2.0
2026-06-23T09:37:05.2635452Z    Compiling thiserror v1.0.69
2026-06-23T09:37:05.2777444Z    Compiling foldhash v0.2.0
2026-06-23T09:37:05.3458935Z    Compiling mac-addr v0.3.0
2026-06-23T09:37:05.3945545Z    Compiling strum v0.28.0
2026-06-23T09:37:05.4690197Z    Compiling hashbrown v0.16.1
2026-06-23T09:37:05.5117839Z    Compiling netdev v0.42.0
2026-06-23T09:37:05.5220489Z    Compiling moka v0.12.15
2026-06-23T09:37:05.6346713Z    Compiling n0-watcher v0.6.1
2026-06-23T09:37:05.7032121Z    Compiling iroh-relay v0.98.0
2026-06-23T09:37:05.7353707Z    Compiling xmltree v0.10.3
2026-06-23T09:37:05.7872509Z    Compiling iroh-metrics v0.38.3
2026-06-23T09:37:05.8745509Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-23T09:37:05.9888332Z    Compiling tower-http v0.6.11
2026-06-23T09:37:06.0241403Z    Compiling attohttpc v0.30.1
2026-06-23T09:37:06.2218226Z    Compiling spt-store v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-23T09:37:06.2298293Z    Compiling iroh-base v0.98.0
2026-06-23T09:37:06.2704450Z    Compiling tokio-stream v0.1.18
2026-06-23T09:37:06.2927223Z    Compiling num_enum v0.7.6
2026-06-23T09:37:06.5438394Z    Compiling toml_datetime v0.6.11
2026-06-23T09:37:06.5460155Z    Compiling serde_spanned v0.6.9
2026-06-23T09:37:06.8054348Z    Compiling thiserror-impl v1.0.69
2026-06-23T09:37:06.9952815Z    Compiling ref-cast-impl v1.0.25
2026-06-23T09:37:06.9953351Z    Compiling serde_derive_internals v0.29.1
2026-06-23T09:37:07.1455950Z    Compiling simple-dns v0.9.3
2026-06-23T09:37:07.1627585Z    Compiling serial-core v0.4.0
2026-06-23T09:37:07.2713521Z    Compiling aho-corasick v1.1.4
2026-06-23T09:37:07.2981547Z    Compiling arrayref v0.3.9
2026-06-23T09:37:07.3833495Z    Compiling sha1_smol v1.0.1
2026-06-23T09:37:07.4904449Z    Compiling winreg v0.10.1
2026-06-23T09:37:07.6781349Z    Compiling smol_str v0.1.24
2026-06-23T09:37:07.6861274Z    Compiling simdutf8 v0.1.5
2026-06-23T09:37:07.7705639Z    Compiling toml_write v0.1.2
2026-06-23T09:37:07.7909767Z    Compiling arrayvec v0.7.6
2026-06-23T09:37:07.7910220Z    Compiling winnow v0.7.15
2026-06-23T09:37:07.9103931Z    Compiling resolv-conf v0.7.6
2026-06-23T09:37:07.9579799Z    Compiling constant_time_eq v0.4.2
2026-06-23T09:37:07.9828391Z    Compiling regex-syntax v0.8.10
2026-06-23T09:37:08.2237524Z    Compiling spt-msg v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-23T09:37:08.3503719Z    Compiling schemars_derive v1.2.1
2026-06-23T09:37:08.3996527Z    Compiling iroh-dns v0.98.0
2026-06-23T09:37:08.4928763Z    Compiling serial-windows v0.4.0
2026-06-23T09:37:08.6160995Z    Compiling hyper v1.10.1
2026-06-23T09:37:08.8041479Z    Compiling lru v0.16.4
2026-06-23T09:37:08.8844454Z    Compiling webpki-roots v1.0.7
2026-06-23T09:37:09.9098312Z    Compiling seize v0.5.1
2026-06-23T09:37:09.9298147Z    Compiling darling_core v0.23.0
2026-06-23T09:37:09.9458394Z    Compiling serde_bytes v0.11.19
2026-06-23T09:37:10.0664221Z    Compiling toml_edit v0.22.27
2026-06-23T09:37:10.2889088Z    Compiling regex-automata v0.4.14
2026-06-23T09:37:10.3206458Z    Compiling hmac v0.12.1
2026-06-23T09:37:10.5224435Z    Compiling hyper-util v0.1.20
2026-06-23T09:37:10.5278669Z    Compiling iroh v0.98.2
2026-06-23T09:37:10.5350367Z    Compiling utf8parse v0.2.2
2026-06-23T09:37:10.7191807Z    Compiling lazy_static v1.5.0
2026-06-23T09:37:10.8941220Z    Compiling pin-utils v0.1.0
2026-06-23T09:37:10.9371692Z    Compiling once_cell_polyfill v1.70.2
2026-06-23T09:37:11.0177219Z    Compiling bitflags v1.3.2
2026-06-23T09:37:11.0299547Z    Compiling cmov v0.5.4
2026-06-23T09:37:11.1967089Z    Compiling anstyle v1.0.14
2026-06-23T09:37:11.1976788Z    Compiling dyn-clone v1.0.20
2026-06-23T09:37:11.2910136Z    Compiling nix v0.25.1
2026-06-23T09:37:11.3261995Z    Compiling ctutils v0.4.2
2026-06-23T09:37:11.4208289Z    Compiling anstyle-wincon v3.0.11
2026-06-23T09:37:11.4444046Z    Compiling schemars v1.2.1
2026-06-23T09:37:11.5177488Z    Compiling shared_library v0.1.9
2026-06-23T09:37:11.5734701Z    Compiling anstyle-parse v1.0.0
2026-06-23T09:37:11.6631534Z    Compiling hkdf v0.12.4
2026-06-23T09:37:11.8328020Z    Compiling papaya v0.2.4
2026-06-23T09:37:11.8452587Z    Compiling serial v0.4.0
2026-06-23T09:37:11.8453111Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-23T09:37:11.8582414Z    Compiling filedescriptor v0.8.3
2026-06-23T09:37:11.9123858Z    Compiling backon v1.6.0
2026-06-23T09:37:11.9885596Z    Compiling anstyle-query v1.1.5
2026-06-23T09:37:12.2004965Z    Compiling igd-next v0.17.1
2026-06-23T09:37:12.2125157Z    Compiling toml v0.8.23
2026-06-23T09:37:12.3082128Z    Compiling instability v0.3.12
2026-06-23T09:37:12.3208440Z    Compiling foldhash v0.1.5
2026-06-23T09:37:12.4505697Z    Compiling downcast-rs v1.2.1
2026-06-23T09:37:12.5202604Z    Compiling is_terminal_polyfill v1.70.2
2026-06-23T09:37:12.5661596Z    Compiling regex v1.12.3
2026-06-23T09:37:12.6073344Z    Compiling paste v1.0.15
2026-06-23T09:37:12.6384829Z    Compiling shell-words v1.1.1
2026-06-23T09:37:12.6546136Z    Compiling colorchoice v1.0.5
2026-06-23T09:37:12.7541907Z    Compiling portable-pty v0.8.1
2026-06-23T09:37:12.7989290Z    Compiling anstream v1.0.0
2026-06-23T09:37:12.9182809Z    Compiling spt-runtime v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-23T09:37:13.1590903Z    Compiling hashbrown v0.15.5
2026-06-23T09:37:13.1931252Z    Compiling spake2 v0.4.0
2026-06-23T09:37:13.1970530Z    Compiling strum_macros v0.26.4
2026-06-23T09:37:13.3364699Z    Compiling terminal_size v0.4.4
2026-06-23T09:37:13.3714794Z    Compiling crossterm_winapi v0.9.1
2026-06-23T09:37:13.5495027Z    Compiling itertools v0.13.0
2026-06-23T09:37:13.5980235Z    Compiling sha1 v0.10.6
2026-06-23T09:37:13.6945124Z    Compiling darling_macro v0.23.0
2026-06-23T09:37:13.8408116Z    Compiling wmi v0.18.4
2026-06-23T09:37:13.8655060Z    Compiling castaway v0.2.4
2026-06-23T09:37:13.9009385Z    Compiling unicode-width v0.1.14
2026-06-23T09:37:13.9929295Z    Compiling clap_lex v1.1.0
2026-06-23T09:37:14.1678543Z    Compiling darling v0.23.0
2026-06-23T09:37:14.1937846Z    Compiling indoc v2.0.7
2026-06-23T09:37:14.3055932Z    Compiling static_assertions v1.1.0
2026-06-23T09:37:14.3566591Z    Compiling recvmsg v1.0.0
2026-06-23T09:37:14.4451497Z    Compiling doctest-file v1.1.1
2026-06-23T09:37:14.4563879Z    Compiling compact_str v0.8.2
2026-06-23T09:37:14.5275139Z    Compiling clap_builder v4.6.0
2026-06-23T09:37:15.1051110Z    Compiling interprocess v2.4.2
2026-06-23T09:37:15.1838339Z    Compiling unicode-truncate v1.1.0
2026-06-23T09:37:15.3750302Z    Compiling spt-live v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-23T09:37:15.4415489Z    Compiling lru v0.12.5
2026-06-23T09:37:15.6430937Z    Compiling strum v0.26.3
2026-06-23T09:37:15.7100654Z    Compiling crossterm v0.28.1
2026-06-23T09:37:15.7959241Z    Compiling portmapper v0.16.0
2026-06-23T09:37:15.9416802Z    Compiling spt-term v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-23T09:37:16.1534592Z    Compiling clap_derive v4.6.1
2026-06-23T09:37:16.2068175Z    Compiling error-code v3.3.2
2026-06-23T09:37:16.3816159Z    Compiling cassowary v0.3.0
2026-06-23T09:37:16.4945892Z    Compiling unicode-width v0.2.0
2026-06-23T09:37:16.6357388Z    Compiling clipboard-win v5.4.1
2026-06-23T09:37:16.8083761Z    Compiling ratatui v0.29.0
2026-06-23T09:37:17.1547692Z    Compiling nucleo-matcher v0.3.1
2026-06-23T09:37:17.3094987Z    Compiling qrcode v0.14.1
2026-06-23T09:37:17.3095483Z    Compiling tempfile v3.27.0
2026-06-23T09:37:18.3287596Z    Compiling clap v4.6.1
2026-06-23T09:37:29.3576263Z    Compiling rustls-webpki v0.103.13
2026-06-23T09:37:31.5709672Z    Compiling tokio-rustls v0.26.4
2026-06-23T09:37:31.5710044Z    Compiling rustls-platform-verifier v0.7.0
2026-06-23T09:37:31.5710339Z    Compiling noq-proto v0.17.0
2026-06-23T09:37:31.7175150Z    Compiling hickory-net v0.26.0-beta.4
2026-06-23T09:37:31.7175621Z    Compiling hyper-rustls v0.27.9
2026-06-23T09:37:31.7175960Z    Compiling tokio-websockets v0.13.2
2026-06-23T09:37:31.8594340Z    Compiling reqwest v0.13.4
2026-06-23T09:37:32.7553631Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-23T09:37:48.7521378Z    Compiling spt-net v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-23T09:37:50.0494990Z    Compiling spt-daemon v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-23T09:37:58.5678916Z    Compiling spt v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-23T09:38:05.4560243Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
2026-06-23T09:38:05.4776085Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-fa8cbee7215f5fa6.exe)
2026-06-23T09:38:05.5222645Z 
2026-06-23T09:38:05.5222945Z running 1 test
2026-06-23T09:38:12.6759231Z test new_brain_serves_against_old_broker ... ok
2026-06-23T09:38:12.6759455Z 
2026-06-23T09:38:12.6759683Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.15s
2026-06-23T09:38:12.6760321Z 
